home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / bit / help / BIT_filters < prev    next >
Text File  |  1994-08-01  |  875b  |  35 lines

  1.  
  2. All bindings should start with @ character. Any line that
  3. does not start with @ is silently ignored.
  4.  
  5. The binding formats:
  6.  
  7.  @label; program; options; format1; [format2;[format3;]...]
  8.  
  9. where 
  10.    label:    will be the label that the action button will have.
  11.              if label field is empty, program name will be used.
  12.    program:  the filter program. Must be present.
  13.    options:  if the option field contains ? alone, the option
  14.              will be prompted for interactively.
  15.    formats:  the formats the filter accepts, such as ppm, gif etc.
  16.  
  17.  
  18. The following are some sample bindings:
  19.  
  20. The PNMs
  21.  
  22. @Rotate; pnmrotate ; ? ; ppm; pgm ;pbm;
  23. @Scale ; pnmscale ; ? ; ppm; pgm; pbm;
  24.  
  25. Quantizers:
  26.  
  27. @Quant256fs ;ppmquant;-fs 256; ppm;pgm;
  28. @Jquant256; djpeg  ; -GIF ; jpeg;
  29. @Quant; ppmquant; ? ; ppm;pgm;
  30. @Jquant; djpeg -colors; ? ; jpeg;
  31.  
  32. Dither
  33.  
  34. @ditherFS; pgmtopbm; -fs; pgm
  35.